#Unit Testing

[ follow ]
Software development
fromAmazon Web Services
1 week ago

Boosting Unit Test Automation at Audible with Amazon Q Developer | Amazon Web Services

Amazon Q Developer's agentic workflows enabled Audible to rapidly generate unit tests, increasing test coverage and reducing testing time while maintaining production quality.
#junit-5
Scala
fromMedium
3 months ago

From Frustrating to Fast: Speeding Up Spark Tests Using Shared Sessions

Using a shared Spark session significantly reduces the execution time for unit tests in Spark jobs.
fromPeterbe
4 months ago

A Python dict that can report which keys you did not use - Peterbe.com

For testing large Python objects, ensure you're unit testing everything retrieved, especially when data in reports doesn't match the database query.
Django
fromHackernoon
1 year ago

Inside the Evaluation Pipeline for Code LLMs With LuaUnit | HackerNoon

To streamline and standardize the automated evaluation procedure, we translated the native assertions in MCEVAL to LuaUnit-based assertions, improving consistency across benchmarks.
Scala
Software development
fromDevOps.com
5 months ago

Unit Testing in Development: Ensuring Code Quality and Reliability - DevOps.com

Unit testing is essential for preventing bugs in code and enhancing software quality before reaching production.
fromHackernoon
2 years ago

The Testing Hack That Makes Bugs Easier to Catch (and Code Easier to Read) | HackerNoon

Table-driven testing is a testing paradigm where multiple test cases are defined in a structured format, typically as a collection of inputs and expected outputs.
Games
[ Load more ]